📄️ APPEND TO LIST
APPEND TO LIST ( lista ; textoElem ; refElem {; sublista ; expandida} )
📄️ CLEAR LIST
CLEAR LIST ( lista {; *} )
📄️ Copy list
Copy list ( lista ) -> Resultado
📄️ Count list items
Count list items ( { ;} lista {; } ) -> Resultado
📄️ DELETE FROM LIST
DELETE FROM LIST ( { ;} lista ; refElem | {; *} )
📄️ Find in list
Find in list ( { ;} lista ; valor ; alcance {; arrayElem {; }} ) -> Resultado
📄️ GET LIST ITEM
GET LIST ITEM ( { ;} lista ; posiçaoElem | ; refElem ; textoElem {; sublista ; expandida} )
📄️ Get list item font
Get list item font ( { ;} lista ; refElem | ) -> Resultado
📄️ GET LIST ITEM ICON
GET LIST ITEM ICON ( { ;} lista ; refElem | ; icone )
📄️ GET LIST ITEM PARAMETER
GET LIST ITEM PARAMETER ( { ;} lista ; refElem | ; seletor ; valor )
📄️ GET LIST ITEM PARAMETER ARRAYS
GET LIST ITEM PARAMETER ARRAYS ( { ;} list ; refElemento ; arrSeletores {; arrValores*} )
📄️ GET LIST ITEM PROPERTIES
GET LIST ITEM PROPERTIES ( { ;} lista ; refElem | ; editavel {; estilos {; icone {; cor}}} )
📄️ GET LIST PROPERTIES
GET LIST PROPERTIES ( lista ; aparencia {; icone {; alturaLinha {; duploClique {; multiSeleçao {; editavel}}}}} )
📄️ INSERT IN LIST
INSERT IN LIST ( { ;} lista ; antesElem | ; textoElem ; refElem {; sublista ; expandida} )
📄️ Is a list
Is a list ( lista ) -> Resultado
📄️ List item parent
List item parent ( { ;} lista ; refElem | ) -> Resultado
📄️ List item position
List item position ( { ;} lista ; refElem* ) -> Resultado
📄️ LIST OF CHOICE LISTS
LIST OF CHOICE LISTS ( arrayNums ; arrayNoms )
📄️ Load list
Load list ( nomeLista ) -> Resultado
📄️ New list
New list -> Resultado
📄️ SAVE LIST
SAVE LIST ( lista ; nomeLista )
📄️ SELECT LIST ITEMS BY POSITION
SELECT LIST ITEMS BY POSITION ( { ;} lista ; posiçaoElem {; posiçaoArray*} )
📄️ SELECT LIST ITEMS BY REFERENCE
SELECT LIST ITEMS BY REFERENCE ( lista ; refElem {; refArray} )
📄️ Selected list items
Selected list items ( { ;} lista {; arrayElem {; }} ) -> Resultado
📄️ SET LIST ITEM
SET LIST ITEM ( { ;} lista ; refElem | ; novoText ; novoNum {; sublista ; expandida} )
📄️ SET LIST ITEM FONT
SET LIST ITEM FONT ( { ;} lista ; refElem | ; fonte )
📄️ SET LIST ITEM ICON
SET LIST ITEM ICON ( { ;} lista ; refElem | ; icone )
📄️ SET LIST ITEM PARAMETER
SET LIST ITEM PARAMETER ( { ;} lista ; refElem | ; seletor ; valor )
📄️ SET LIST ITEM PROPERTIES
SET LIST ITEM PROPERTIES ( { ;} lista ; refElem | ; editavel ; estilos {; icone {; cor}} )
📄️ SET LIST PROPERTIES
SET LIST PROPERTIES ( lista ; aparencia {; icone {; alturaLinha {; duploClique {; multiSeleçao {; editavel}}}}} )
📄️ SORT LIST
SORT LIST ( lista {; > ou <} )